home *** CD-ROM | disk | FTP | other *** search
- object frmMain: TfrmMain
- Left = 200
- Top = 115
- Width = 370
- Height = 224
- Caption = 'SQL Load'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 56
- Height = 16
- Caption = 'DB Alias'
- end
- object Label2: TLabel
- Left = 16
- Top = 56
- Width = 55
- Height = 16
- Caption = 'SQL File'
- end
- object Label3: TLabel
- Left = 16
- Top = 96
- Width = 70
- Height = 16
- Caption = 'Result File'
- end
- object dfAlias: TEdit
- Left = 96
- Top = 8
- Width = 169
- Height = 24
- MaxLength = 79
- TabOrder = 0
- end
- object dfInputFile: TEdit
- Left = 96
- Top = 56
- Width = 169
- Height = 24
- TabOrder = 1
- end
- object dfOutputFile: TEdit
- Left = 96
- Top = 96
- Width = 169
- Height = 24
- TabOrder = 2
- end
- object btnStart: TButton
- Left = 56
- Top = 144
- Width = 89
- Height = 33
- Caption = 'Start'
- TabOrder = 3
- OnClick = btnStartClick
- end
- object Button1: TButton
- Left = 176
- Top = 144
- Width = 89
- Height = 33
- Caption = 'Quit'
- TabOrder = 4
- OnClick = Button1Click
- end
- object dbMain: TDatabase
- DatabaseName = 'SQLLOAD'
- Left = 304
- end
- object qLoad: TQuery
- DatabaseName = 'SQLLOAD'
- Left = 296
- Top = 48
- end
- end
-